import { Configuration } from "@azure/msal-node"; import { TimelinePipe } from "@pnp/core"; import { Queryable } from "@pnp/queryable"; export interface ISPDefaultProps { baseUrl?: string; msal?: { config: Configuration; scopes: string[]; }; } /** * Behavior for adding the default observers to the SP queryable object * @param props - Specify the ISPDefaultProps for configuring the object * props.msal: (deprecated, use separate MSAL behavior) */ export declare function SPDefault(props?: ISPDefaultProps): TimelinePipe; //# sourceMappingURL=spdefault.d.ts.map