export declare const LivekitStackType: {
    readonly Standard: "standard";
    readonly Static: "static";
};
export type LivekitStackType = (typeof LivekitStackType)[keyof typeof LivekitStackType];
