export declare const RESULTS: Readonly<{
    readonly UNAVAILABLE: "unavailable";
    readonly BLOCKED: "blocked";
    readonly DENIED: "denied";
    readonly GRANTED: "granted";
    readonly LIMITED: "limited";
}>;
export type ResultMap = typeof RESULTS;
//# sourceMappingURL=results.d.ts.map