import { BookStackApiSpec, BookStackEndpoint } from '../types/api-spec.js';
export declare class BookStackApiParser {
    private static readonly RESOURCES;
    private static readonly ENDPOINTS;
    static parseApiSpec(): BookStackApiSpec;
    static getEndpointsByResource(resource: string): BookStackEndpoint[];
    static getEndpointByOperationId(operationId: string): BookStackEndpoint | undefined;
}
//# sourceMappingURL=api-parser.d.ts.map