import { l } from '@atproto/lex'; import * as GraphDefs from './defs.defs.js'; declare const $nsid = "app.bsky.graph.getStarterPack"; export { $nsid }; /** Gets a view of a starter pack. */ declare const main: l.Query<"app.bsky.graph.getStarterPack", l.ParamsSchema<{ readonly starterPack: l.StringSchema<{ readonly format: "at-uri"; }>; }>, l.Payload<"application/json", l.ObjectSchema<{ starterPack: l.RefSchema>; }>>, undefined>; export { main }; export type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "app.bsky.graph.getStarterPack", $params: l.ParamsSchema<{ readonly starterPack: l.StringSchema<{ readonly format: "at-uri"; }>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ starterPack: l.RefSchema>; }>>; //# sourceMappingURL=getStarterPack.defs.d.ts.map