export declare const Walk = ".w";
export declare const Resume = ".r";
export declare const Ready = ".b";
export declare const Scripts = ".j";
type Self = typeof import("./runtime-key");
export type Value = Self[keyof Self];
export {};
